Pro-Cloud API Web Service
Method/ProCloudWS.asmx/EINGetLastActivity
Pro-Cloud API Web Service > All Operations Resource Group : /ProCloudWS.asmx/EINGetLastActivity (Method)
Description
This web method is used for obtaining information about the last activity for a given asset number.
Request (EINGetLastActivitySoapIn)

The request body is of type EINGetLastActivity.

Request Body Parameters

NameDescriptionData Type

This is a unique provider id, which can be obtained from CSS

GUId

guid

This is your unique service password which can be obtained from CSS

String (min 1 max 50)

xml:string

This is the providers branch making the web service call (can be obtained via the ProviderBranchesGet web method)

Integer

xml:int

This is the asset id for the given item

String (min 1 max 50)

xml:string
strEin Element intProviderBranchId Element strPassword Element objProviderGUId Element Sequence EINGetLastActivity Element

Overview

Sequence
strPassword optional xs:string
strEin optional xs:string
Response (EINGetLastActivitySoapOut)

The response body is of type EINGetLastActivityResponse.

Response Body Parameters

NameDescriptionData Type
 objEINGetLastActivityReturn
xmlDataSet Element strErrorMsg Element intErrorId Element Sequence EINGetLastActivityResult Element Sequence EINGetLastActivityResponse Element

Overview

Sequence
Sequence
intErrorId xs:int
strErrorMsg optional xs:string
xmlDataSet optional
Sequence
Any
Example
<?xml version="1.0" encoding="UTF-8"?>
<objEINGetLastActivityReturn xmlns="http://pro-cloud.org/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	<intErrorId>0</intErrorId>
	<strErrorMsg/>
	<xmlDataSet>
		<NewDataSet xmlns="">
			<LastActivity>
				<ProductCode>E03</ProductCode>
				<Description>Holmatro Hydraulic Core Rescue Equipment</Description>
				<LastActType>Task</LastActType>
				<LastActServiceUser>No Service User </LastActServiceUser>
				<LastActOrder_Id>4714</LastActOrder_Id>
				<LastActTypeId>18</LastActTypeId>
				<LastActActivityUId>345758</LastActActivityUId>
				<LastActCompleteddate>2016-09-19T14:01:06.91+01:00</LastActCompleteddate>
				<LastActContractCode>Natio</LastActContractCode>
			</LastActivity>
		</NewDataSet>
	</xmlDataSet>
</objEINGetLastActivityReturn>
See Also
All Operations Resource GroupPro-Cloud API Web Service